AttributeCollectionAdd Method (String, String) |
Adds an
Attribute with the specified name and value to the collection.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic int Add(
string name,
string value
)
Public Function Add (
name As String,
value As String
) As Integer
Parameters
- name
- Type: SystemString
The name of the Attribute to add. - value
- Type: SystemString
The value of the Attribute to add.
Return Value
Type:
Int32The index of the added
Attribute.
See Also